const reflect.abiStepStack

13 uses

	reflect (current package)
		abi.go#L59: 	abiStepStack                // copy to/from stack
		abi.go#L319: 		kind:   abiStepStack,
		value.go#L502: 		case abiStepStack:
		value.go#L528: 			case abiStepStack:
		value.go#L618: 			if st := steps[0]; st.kind == abiStepStack {
		value.go#L664: 				case abiStepStack:
		value.go#L721: 		if st := steps[0]; st.kind == abiStepStack {
		value.go#L752: 					case abiStepStack:
		value.go#L812: 				case abiStepStack:
		value.go#L977: 	case abiStepStack:
		value.go#L1016: 		if vStep := valueSteps[0]; vStep.kind == abiStepStack {
		value.go#L1019: 			if mStep.kind == abiStepStack {
		value.go#L1047: 		if mStep := methodSteps[0]; mStep.kind == abiStepStack {